net/http.http2serverConn.framer (field)
7 uses
net/http (current package)
h2_bundle.go#L4274: sc.framer = fr
h2_bundle.go#L4358: sc.framer.WriteGoAway(0, err, []byte(debug))
h2_bundle.go#L4371: framer *http2Framer
h2_bundle.go#L4474: func (sc *http2serverConn) Framer() *http2Framer { return sc.framer }
h2_bundle.go#L4635: f, err := sc.framer.ReadFrame()
h2_bundle.go#L4668: err = sc.framer.endWrite()
h2_bundle.go#L5085: sc.framer.startWriteDataPadded(wd.streamID, wd.endStream, wd.p, nil)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |